﻿2026-08-18T19:08:52.8917344Z ##[group]Run actions/checkout@v5
2026-08-18T19:08:52.8918435Z with:
2026-08-18T19:08:52.8918835Z   repository: BigscreenVR/spt-bs-core
2026-08-18T19:08:52.8922048Z   token: ***
2026-08-18T19:08:52.8922430Z   ssh-strict: true
2026-08-18T19:08:52.8922811Z   ssh-user: git
2026-08-18T19:08:52.8923197Z   persist-credentials: true
2026-08-18T19:08:52.8923617Z   clean: true
2026-08-18T19:08:52.8924023Z   sparse-checkout-cone-mode: true
2026-08-18T19:08:52.8924457Z   fetch-depth: 1
2026-08-18T19:08:52.8924819Z   fetch-tags: false
2026-08-18T19:08:52.8925201Z   show-progress: true
2026-08-18T19:08:52.8925584Z   lfs: false
2026-08-18T19:08:52.8925941Z   submodules: false
2026-08-18T19:08:52.8926350Z   set-safe-directory: true
2026-08-18T19:08:52.8926775Z   allow-unsafe-pr-checkout: false
2026-08-18T19:08:52.8927441Z ##[endgroup]
2026-08-18T19:08:52.9695704Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T19:08:52.9697488Z ##[group]Getting Git version info
2026-08-18T19:08:52.9698216Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-18T19:08:52.9699508Z [command]/usr/bin/git version
2026-08-18T19:08:52.9699981Z git version 2.43.0
2026-08-18T19:08:52.9701860Z ##[endgroup]
2026-08-18T19:08:52.9705424Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/8baa92c0-a9e2-4fe1-9317-789adc86a62e/.gitconfig'
2026-08-18T19:08:52.9708513Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/8baa92c0-a9e2-4fe1-9317-789adc86a62e' before making global git config changes
2026-08-18T19:08:52.9709882Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T19:08:52.9711204Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T19:08:52.9763726Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-18T19:08:52.9781903Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T19:08:52.9791184Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T19:08:52.9793434Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T19:08:52.9811229Z refs/heads/diag/pump-188-heartbeat
2026-08-18T19:08:52.9816767Z [command]/usr/bin/git checkout --detach
2026-08-18T19:08:52.9873093Z HEAD is now at b20e770f1 diag(pump188): move the cross-process sink out of the rig's teardown path
2026-08-18T19:08:52.9906854Z [command]/usr/bin/git branch --delete --force diag/pump-188-heartbeat
2026-08-18T19:08:52.9937437Z Deleted branch diag/pump-188-heartbeat (was b20e770f1).
2026-08-18T19:08:53.0050235Z ##[endgroup]
2026-08-18T19:08:53.0052824Z [command]/usr/bin/git submodule status
2026-08-18T19:08:53.0242902Z ##[group]Cleaning the repository
2026-08-18T19:08:53.0243637Z [command]/usr/bin/git clean -ffdx
2026-08-18T19:08:54.3707359Z Removing .adapter-notify/
2026-08-18T19:08:54.3709072Z Removing target/
2026-08-18T19:08:54.3716034Z [command]/usr/bin/git reset --hard HEAD
2026-08-18T19:08:54.3818682Z HEAD is now at b20e770f1 diag(pump188): move the cross-process sink out of the rig's teardown path
2026-08-18T19:08:54.3824178Z ##[endgroup]
2026-08-18T19:08:54.3825940Z ##[group]Disabling automatic garbage collection
2026-08-18T19:08:54.3828495Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T19:08:54.3853412Z ##[endgroup]
2026-08-18T19:08:54.3854863Z ##[group]Setting up auth
2026-08-18T19:08:54.3857238Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T19:08:54.3882269Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-18T19:08:54.4069089Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T19:08:54.4095263Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-18T19:08:54.4273520Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T19:08:54.4299303Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T19:08:54.4486447Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T19:08:54.4515881Z ##[endgroup]
2026-08-18T19:08:54.4517813Z ##[group]Fetching the repository
2026-08-18T19:08:54.4523107Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +fc9be818cc44d3b55beb5da11e00556b0be9e3f7:refs/remotes/origin/diag/pump-188-honest-er-session
2026-08-18T19:08:54.9208372Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-18T19:08:54.9209487Z  * [new ref]             fc9be818cc44d3b55beb5da11e00556b0be9e3f7 -> origin/diag/pump-188-honest-er-session
2026-08-18T19:08:54.9238554Z ##[endgroup]
2026-08-18T19:08:54.9239278Z ##[group]Determining the checkout info
2026-08-18T19:08:54.9241450Z ##[endgroup]
2026-08-18T19:08:54.9246561Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T19:08:54.9286434Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T19:08:54.9308254Z ##[group]Checking out the ref
2026-08-18T19:08:54.9310939Z [command]/usr/bin/git checkout --progress --force -B diag/pump-188-honest-er-session refs/remotes/origin/diag/pump-188-honest-er-session
2026-08-18T19:08:54.9493004Z Previous HEAD position was b20e770f1 diag(pump188): move the cross-process sink out of the rig's teardown path
2026-08-18T19:08:54.9500042Z Switched to a new branch 'diag/pump-188-honest-er-session'
2026-08-18T19:08:54.9500608Z branch 'diag/pump-188-honest-er-session' set up to track 'origin/diag/pump-188-honest-er-session'.
2026-08-18T19:08:54.9507625Z ##[endgroup]
2026-08-18T19:08:54.9544116Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T19:08:54.9567678Z fc9be818cc44d3b55beb5da11e00556b0be9e3f7
